com.tibco.bpm.web.client.services.actions.calendar
Class SaveCalendar

java.lang.Object
  extended by com.tibco.bpm.web.client.services.actions.calendar.SaveCalendar
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable, OSAction<SaveCalendarResult>, net.customware.gwt.dispatch.shared.Action<SaveCalendarResult>

public class SaveCalendar
extends java.lang.Object
implements OSAction<SaveCalendarResult>

Updates, or creates, a named Calendar. For a base calendar, the time-zone and Working Day entries should be included. Only the Calendar and, for base calendars, the Working Day entries will be included in the request. Calendar Entries will not be included in the request, but should be saved using the Save Calendar Entry operation. Date and time values in the request are expected to be time-zone neutral. The request must include a version number that will be compared against the value held by the identified Calendar entry. If the values don't match, the request will fail with a "concurrency exception".

©2012 Cloud Software Group, Inc.

Since:
2.0

Constructor Summary
SaveCalendar(WorkCalendar calendar)
          Updates, or creates, a named Calendar.
 
Method Summary
 WorkCalendar getCalendar()
          Gets calendar.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SaveCalendar

public SaveCalendar(WorkCalendar calendar)
Updates, or creates, a named Calendar. For a base calendar, the time-zone and Working Day entries should be included. Only the Calendar and, for base calendars, the Working Day entries will be included in the request. Calendar Entries will not be included in the request, but should be saved using the Save Calendar Entry operation. Date and time values in the request are expected to be time-zone neutral. The request must include a version number that will be compared against the value held by the identified Calendar entry. If the values don't match, the request will fail with a "concurrency exception".

Parameters:
calendar -
Method Detail

getCalendar

public WorkCalendar getCalendar()
Gets calendar.

Returns:
Returns the calendar.


Copyright © 2015 Cloud Software Group, Inc. All Rights Reserved.